home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4132 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.2 KB

  1. Path: ix.netcom.com!netnews
  2. From: guerino1@ix.netcom.com(Frank Guerino )
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Professional advice need by a sudent
  5. Date: 28 Jan 1996 03:20:01 GMT
  6. Organization: Netcom
  7. Message-ID: <4eeq11$569@reader2.ix.netcom.com>
  8. References: <3107B8DB.1566@netvision.net.il>
  9. NNTP-Posting-Host: ix-rnwk1-24.ix.netcom.com
  10. X-NETCOM-Date: Sat Jan 27  7:20:07 PM PST 1996
  11.  
  12.  
  13. In <3107B8DB.1566@netvision.net.il> Bruce Klaydman
  14. <bruce@netvision.net.il> writes: 
  15. >
  16. >Hi.
  17. >I'm new to C/C++ and I don't know if I should start to lern ANCI C 
  18. >or C++.
  19. >Please tell me what would be a best to start with?
  20. >
  21. >Thanks.
  22.  
  23. If you already know C then go straight to C++.  If you don't,
  24. then I highly recommend you learn C first.  Whether it's K&R
  25. or ANSI really isn't an issue.  It's understanding the con-
  26. cepts that matter.  After you learn C, I recommend a book
  27. called "Object Oriented Analysis" by Coad and Yourn before
  28. you go into C++.  It's short and to the point about what it
  29. means to design objects.
  30.  
  31. C++ is built on the knowledge of C.  You have to understand
  32. the C language well because when C++ code is slow or ineffic-
  33. iant, you will go back to writing C based code to correct
  34. your problems.
  35.  
  36.